glade: Add GtkColorEditor to private widgets
authorMatthias Clasen <mclasen@redhat.com>
Sat, 1 Nov 2014 17:18:17 +0000 (13:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 1 Nov 2014 17:20:59 +0000 (13:20 -0400)
gtk/glade/gtk-private-widgets.xml

index 31139ad21e6853ce143ddca29f6fe08998a9e87e..d15a568ad33d2444ebbfd15017698a2bd22d3423 100644 (file)
@@ -7,6 +7,7 @@
   <glade-widget-classes>
     <!-- base GTK+ private widgets -->
     <glade-widget-class name="GtkPathBar" generic-name="pathbar" title="Path Bar" icon-name="widget-gtk-toolbar"/>
+    <glade-widget-class name="GtkColorEditor" generic-name="coloreditor" title="Color Editor" icon-name="widget-gtk-colorselection"/>
     <glade-widget-class name="GtkColorSwatch" generic-name="colorswatch" title="Color Swatch" icon-name="widget-gtk-colorselection"/>
     <glade-widget-class name="GtkColorPlane" generic-name="colorplane" title="Color Plane" icon-name="widget-gtk-colorselection"/>
     <glade-widget-class name="GtkColorScale" generic-name="colorscale" title="Color Scale" icon-name="widget-gtk-colorselection"/>
@@ -23,6 +24,7 @@
   
   <glade-widget-group name="gtk-private" title="Private GTK+ Classes">
     <glade-widget-class-ref name="GtkPathBar"/>
+    <glade-widget-class-ref name="GtkColorEditor"/>
     <glade-widget-class-ref name="GtkColorSwatch"/>
     <glade-widget-class-ref name="GtkColorPlane"/>
     <glade-widget-class-ref name="GtkColorScale"/>